翻訳と辞書
Words near each other
・ Lu-Kthu
・ Lu-Wayne Botes
・ Lu-Yu Tea Culture Institute
・ Lua
・ Lua (company)
・ Lua (goddess)
・ Lua (programming language)
・ Lua (song)
・ Lua Blanco
・ Lua Curtiss House I
・ Lua Curtiss House II
・ Lua de Cristal
・ Lua Getsinger
・ Lua language
・ Lua people
Lua Player
・ Lua Vermelha
・ Lua-o-Milu
・ Luacano
・ Luach.com
・ Luadh
・ Luagalau Levaula Kamu
・ Luahoko
・ Luai
・ Luai Ururu
・ Luaka Bop
・ Luakini
・ Lualaba
・ Lualaba District
・ Lualaba Province


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lua Player : ウィキペディア英語版
Lua Player

Lua for the PlayStation Portable is interpreted with Lua Player. Lua Player is a homebrew application which can run lua scripts and display them on the Sony PSP through graphical bindings. The current version is 0.20, however v0.17DK2 and Lua Player Mod, which are unofficial versions are still used by users on PSP Firmware version 2.00+. Most versions of the application can be downloaded from the (LuaPlayer.org ) website. Lua Player can only run the source code of Lua scripts, and can not compile them into standalone software applications.
==Programming==
The programming language for Lua Player is almost identical to that of Lua programming language.
Below is an example of a basic hello world program.

green = Color.new(0, 255, 0)
while true do
screen:clear()
screen:print(200,100, "Hello World!", green)
screen.flip()
end


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lua Player」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.